Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.platform.forms.layouts.webapp.base--actions

This contribution is part of XML component org.nuxeo.ecm.platform.forms.layouts.webapp.base inside nuxeo-platform-webapp-base-9.10.jar /OSGI-INF/layouts-contrib.xml

Extension Point

Extension point actions of component ActionService.

Contributed Items

  • <action id="userLayout" order="100" type="widget">
          <category>USER_PANEL_LEFT</category>
          <properties>
            <property name="widgetName">userLayout</property>
          </properties>
        </action>

XML Source

<extension point="actions" target="org.nuxeo.ecm.platform.actions.ActionService">

    <action id="userLayout" order="100" type="widget">
      <category>USER_PANEL_LEFT</category>
      <properties>
        <property name="widgetName">userLayout</property>
      </properties>
    </action>

  </extension>